home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Transportation / InventorLabs - Transportation.iso / pc / builders / media / netacess / hminet.dir / 00024_Script_24 < prev    next >
Text File  |  1997-04-04  |  295b  |  16 lines

  1. on enterFrame
  2.   global WebBrowser
  3.   
  4.   set the text of cast "Status" to "Initialise Web Installation..."
  5.   
  6.   --
  7.   -- Launch the installation program
  8.   --
  9.   
  10.   if the machineType = 256 then
  11.     WebBrowser(mInstallAccess,"Setup.exe")
  12.   else
  13.     Browser("Installer")
  14.   end if
  15.   
  16. end